]> git.sesse.net Git - ffmpeg/commit
h264_refs: Do not print check_opcodes() return value
authorDiego Biurrun <diego@biurrun.de>
Sat, 27 Apr 2013 16:49:54 +0000 (18:49 +0200)
committerDiego Biurrun <diego@biurrun.de>
Sat, 27 Apr 2013 17:13:45 +0000 (19:13 +0200)
commit1b6f84a98665a15130e969fd6b460a05d50090c1
tree05eb51954212dffd15710b75e23b5d3b4bb0eeb3
parentb963f021b603509b5159873de4919dec441d0782
h264_refs: Do not print check_opcodes() return value

The return value provides no useful information and removing the printing
avoids the following warning:
libavcodec/h264_refs.c:788:15: warning: 'i' may be used uninitialized in this function [-Wuninitialized]
libavcodec/h264_refs.c