Commit 00c3ff26 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '92e4b643'

* commit '92e4b643':
  oggparseskeleton: do not use AVCodecContext.codec_name
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 7426acff 92e4b643
......@@ -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->flags & OGG_FLAG_EOS) && os->psize == 0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment