You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
oggparseskeleton: do not use AVCodecContext.codec_name
That field is undocumented, of dubious use, and will be deprecated.
This commit is contained in:
@@ -34,7 +34,6 @@ static int skeleton_header(AVFormatContext *s, int idx)
|
||||
uint64_t start_granule;
|
||||
int target_idx, start_time;
|
||||
|
||||
strcpy(st->codec->codec_name, "skeleton");
|
||||
st->codec->codec_type = AVMEDIA_TYPE_DATA;
|
||||
|
||||
if (os->psize < 8)
|
||||
|
Reference in New Issue
Block a user