mirror of https://github.com/mpv-player/mpv
Fix compilation of live555 support after FFmpegs r10173.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24123 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
783cfdad11
commit
374de7f61f
|
@ -117,7 +117,7 @@ void rtpCodecInitialize_video(demuxer_t* demuxer,
|
|||
sh_video->bih = bih = insertVideoExtradata(bih, configData, configLen);
|
||||
delete[] configData;
|
||||
#ifdef USE_LIBAVCODEC
|
||||
av_register_codec_parser(&h264_parser);
|
||||
avcodec_register_all();
|
||||
h264parserctx = av_parser_init(CODEC_ID_H264);
|
||||
#endif
|
||||
needVideoFrameRate(demuxer, subsession);
|
||||
|
|
Loading…
Reference in New Issue