[FFmpeg-devel] [PATCH 1/2] avcodec/s302m: enable non-PCM decoding

Nicolas Gaullier nicolas.gaullier at cji.paris
Tue Jan 23 12:28:04 EET 2024


>+#define IS_NONPCMSYNC_16(state)   ((state & 0xFFFF0FFFF0)     == NONPCMSYNC_16MARKER)

Is this single 32 bits marker enough to avoid a fake detection ?

Nicolas


More information about the ffmpeg-devel mailing list