1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

Merge commit '6ff15cd569e1345bc3612fb69ad3003b104fe50d'

* commit '6ff15cd569e1345bc3612fb69ad3003b104fe50d':
  Remove unreachable returns

Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2013-07-28 13:23:33 +02:00
commit 2655c1ac12

View File

@ -91,7 +91,7 @@ static int find_expected_header(AVCodecContext *c, int size, int key_frame,
header |= (bitrate_index & 1) << 9; header |= (bitrate_index & 1) << 9;
return 2; //FIXME actually put the needed ones in build_elision_headers() return 2; //FIXME actually put the needed ones in build_elision_headers()
return 3; //we guess that the private bit is not set //return 3; //we guess that the private bit is not set
//FIXME the above assumptions should be checked, if these turn out false too often something should be done //FIXME the above assumptions should be checked, if these turn out false too often something should be done
} }
return 0; return 0;