~ppsspp/ppsspp/ffmpeg-upstream

« back to all changes in this revision

Viewing changes to ffmpeg_opt.c

  • Committer: Sérgio Benjamim
  • Date: 2015-07-20 03:55:05 UTC
  • Revision ID: sergio_br2@yahoo.com.br-20150720035505-i1jj1zcjcnd0mc7w
Updated to 2.7.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1203
1203
        uint32_t tag = strtol(codec_tag, &next, 0);
1204
1204
        if (*next)
1205
1205
            tag = AV_RL32(codec_tag);
 
1206
        ost->st->codec->codec_tag =
1206
1207
        ost->enc_ctx->codec_tag = tag;
1207
1208
    }
1208
1209