Skip to content

Commit

Permalink
Updated tlRender to handle embedded AV_DISPOSITION_ATTACHED_PIC.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Sep 21, 2024
1 parent 0aa4355 commit cf0cbc3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmake/version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

set( mrv2_VERSION_MAJOR 1 )
set( mrv2_VERSION_MINOR 2 )
set( mrv2_VERSION_PATCH 8 )
set( mrv2_VERSION_PATCH 9 )
set( mrv2_VERSION
"${mrv2_VERSION_MAJOR}.${mrv2_VERSION_MINOR}.${mrv2_VERSION_PATCH}"
)
6 changes: 5 additions & 1 deletion src/docs/HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v1.2.9
======

- Handle **AV_DISPOSITION_ATTACHED_PIC** properly.

v1.2.8
======

Expand Down Expand Up @@ -41,7 +46,6 @@ v1.2.8
- Made tlRender FFmpeg's write always print out the color space, color TRC
and color primaries used when saving.
- Preferences->Render->Video Levels had Full Range and Legal Range reversed.
Fixed.
- Added first pass at Russian AI translation.
- Added Edit/Audio Clip/Insert. It allows inserting an audio clip at the point
in time for the video clip.
Expand Down
2 changes: 1 addition & 1 deletion tlRender

0 comments on commit cf0cbc3

Please sign in to comment.