|
|
|
@@ -201,7 +201,7 @@ static int s302m_decode_frame(AVCodecContext *avctx, void *data, |
|
|
|
return avpkt->size; |
|
|
|
} |
|
|
|
|
|
|
|
#define FLAGS AV_OPT_FLAG_VIDEO_PARAM|AV_OPT_FLAG_DECODING_PARAM |
|
|
|
#define FLAGS AV_OPT_FLAG_AUDIO_PARAM|AV_OPT_FLAG_DECODING_PARAM |
|
|
|
static const AVOption s302m_options[] = { |
|
|
|
{"non_pcm_mode", "Chooses what to do with NON-PCM", offsetof(S302Context, non_pcm_mode), AV_OPT_TYPE_INT, {.i64 = 3}, 0, 3, FLAGS, "non_pcm_mode"}, |
|
|
|
{"copy" , "Pass NON-PCM through unchanged" , 0, AV_OPT_TYPE_CONST, {.i64 = 0}, 0, 3, FLAGS, "non_pcm_mode"}, |
|
|
|
|