]> git.sesse.net Git - ffmpeg/commit
lavf/dv: do not check for c->sys
authorClément Bœsch <u@pkh.me>
Sun, 20 Mar 2016 13:24:53 +0000 (14:24 +0100)
committerClément Bœsch <u@pkh.me>
Sun, 20 Mar 2016 13:25:16 +0000 (14:25 +0100)
commit35ba5c424bbecea632c7cce0c9cae51190478068
tree15e0524c41c73e5ada2710ac332e91a76f677d06
parent7916f04b89d4e970f17a14776b71b8c61c2b117d
lavf/dv: do not check for c->sys

dv_extract_video_info() is a static function called only from
avpriv_dv_produce_packet(), where c->sys is made sure to be set.
libavformat/dv.c