Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix mjpeg type 0 check #605

Merged
merged 2 commits into from
Aug 25, 2024
Merged

Fix mjpeg type 0 check #605

merged 2 commits into from
Aug 25, 2024

Commits on Aug 25, 2024

  1. Fix mjpeg type 0 check

    Type 0 corresponds to YUV 4:2:2. Since this header is passed directly to the JPEG header, no additional changes are necessary for support. See the type field here: https://datatracker.ietf.org/doc/html/rfc2435#section-4.1
    
    I have a stream producing YUV 4:2:2 mjpeg over RTSP and have confirmed manually that piping this through ffmpeg as a jpeg decoder results in correct decoding.
    kevmo314 authored and aler9 committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    9b5c15d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ddaac5a View commit details
    Browse the repository at this point in the history