Browse Source

Merge commit '92e4b643dfdafdb6528f1baffdbea2b9a028d7c0'

* commit '92e4b643dfdafdb6528f1baffdbea2b9a028d7c0':
  oggparseskeleton: do not use AVCodecContext.codec_name

Merged-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.3
Michael Niedermayer 11 years ago
parent
commit
00c3ff26f2
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavformat/oggparseskeleton.c

+ 0
- 1
libavformat/oggparseskeleton.c View File

@@ -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)


Loading…
Cancel
Save