]> granicus.if.org Git - libvpx/commit
fixed vpxenc bug where ivf files would be read incorrectly
authorJames Berry <jamesberry@google.com>
Mon, 13 Dec 2010 18:10:58 +0000 (13:10 -0500)
committerJames Berry <jamesberry@google.com>
Mon, 13 Dec 2010 19:40:18 +0000 (14:40 -0500)
commit136bd2455e0e04298c7478e5a1a15ba4f065338c
tree2d720df3c1aeecb44ebf752d97dcc995f76bafa8
parent97a86c5b13e1ca85d957e6bfb8ae6e4d073a90b5
fixed vpxenc bug where ivf files would be read incorrectly

read_frame would incorrectly insert detect->buf into img
for ivf files.  detect->position now set to 4 if input file is
detected to be ivf in file_is_ivf to keep this from occuring.

Change-Id: I5e235dd3033985bc62707a35c13af5984620208e
vpxenc.c [changed mode: 0644->0755]