rpl: enable escape130 codec
This commit is contained in:
parent
06029fbb7f
commit
30961a8dd5
@ -164,11 +164,9 @@ static int rpl_read_header(AVFormatContext *s, AVFormatParameters *ap)
|
|||||||
// The header is wrong here, at least sometimes
|
// The header is wrong here, at least sometimes
|
||||||
vst->codec->bits_per_coded_sample = 16;
|
vst->codec->bits_per_coded_sample = 16;
|
||||||
break;
|
break;
|
||||||
#if 0
|
|
||||||
case 130:
|
case 130:
|
||||||
vst->codec->codec_id = CODEC_ID_ESCAPE130;
|
vst->codec->codec_id = CODEC_ID_ESCAPE130;
|
||||||
break;
|
break;
|
||||||
#endif
|
|
||||||
default:
|
default:
|
||||||
av_log(s, AV_LOG_WARNING,
|
av_log(s, AV_LOG_WARNING,
|
||||||
"RPL video format %i not supported yet!\n",
|
"RPL video format %i not supported yet!\n",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user