8000 Merge pull request #247 from kylemcdonald/patch-1 · sdk21/ffmpeg-python@b14785b · GitHub
[go: up one dir, main page]

Skip to content

Commit b14785b

Browse files
authored
Merge pull request kkroening#247 from kylemcdonald/patch-1
tensorflow streaming typo
2 parents 3cef431 + bbd56a3 commit b14785b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ while True:
191191
out_frame = deep_dream.process_frame(in_frame)
192192

193193
process2.stdin.write(
194-
in_frame
194+
out_frame
195195
.astype(np.uint8)
196196
.tobytes()
197197
)

0 commit comments

Comments
 (0)
0