mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
avcodec/utils: Fix 'ISO C90 forbids mixed declarations and code'
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
9b0eabdcdf
commit
fbfd2601f6
@ -3682,9 +3682,9 @@ AVCPBProperties *ff_add_cpb_side_data(AVCodecContext *avctx)
|
||||
|
||||
#ifdef TEST
|
||||
int main(void){
|
||||
avcodec_register_all();
|
||||
AVCodec *codec = NULL;
|
||||
int ret = 0;
|
||||
avcodec_register_all();
|
||||
|
||||
while (codec = av_codec_next(codec)) {
|
||||
if (av_codec_is_encoder(codec)) {
|
||||
|
Loading…
Reference in New Issue
Block a user