Skip to content

Commit

Permalink
Issue #151: Update fix list
Browse files Browse the repository at this point in the history
  • Loading branch information
nschlia committed Dec 20, 2023
1 parent 705aef3 commit 8d16555
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
FFmpegfs NEWS

Important changes in 2.15 (2023-08-XX):
Important changes in 2.15 (2023-12-XX):

* Issue #151: Fixed autocopy STRICT never triggers for video streams
* Issue #149: 2023-05-04 - xxxxxxxxxx - lavu 58.7.100 - frame.h
Deprecate AVFrame.interlaced_frame, AVFrame.top_field_first, and
AVFrame.key_frame.
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ To see what's been done so far, checkout the [windows](https://github.com/nschli

### Version 2.15 under development

- Issue [#151](https://github.com/nschlia/ffmpegfs/issues/151): Fixed autocopy STRICT never triggers for video streams
- Issue [#149](https://github.com/nschlia/ffmpegfs/issues/149): 2023-05-04 - xxxxxxxxxx - lavu 58.7.100 - frame.h
Deprecate AVFrame.interlaced_frame, AVFrame.top_field_first, and AVFrame.key_frame.
Add AV_FRAME_FLAG_INTERLACED, AV_FRAME_FLAG_TOP_FIELD_FIRST, and AV_FRAME_FLAG_KEY flags as replacement.
Expand Down

0 comments on commit 8d16555

Please sign in to comment.