mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
oggparseskeleton: do not use AVCodecContext.codec_name
That field is undocumented, of dubious use, and will be deprecated.
This commit is contained in:
parent
18f2514c40
commit
92e4b643df
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue