Skip to content

Commit

Permalink
不要なコードを削除。
Browse files Browse the repository at this point in the history
  • Loading branch information
rigaya committed Dec 8, 2023
1 parent 16d6a63 commit 683e604
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
13 changes: 13 additions & 0 deletions QSVEnc/QSVEnc_readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,19 @@ API v1.1 … Intel Media SDK v2.0


【どうでもいいメモ】
2023.12.08 (7.57)
- ffmpeg 6.1に更新。(Windows版)
- ffmpeg 5.1 -> 6.1
- libpng 1.3.9 -> 1.4.0
- opus 1.3.1 -> 1.4
- libsndfile 1.2.0 -> 1.2.2
- libxml2 2.10.3 -> 2.12.0
- dav1d 1.0.0 -> 1.3.0
- libaribcaption 1.1.1 (new!)

- --caption2assを廃止。
--sub-codec#sub_type=ass,ass_single_rect=true で同等の処理が可能。

2023.12.03 (7.56)
- --seek使用時の進捗表示を改善。
- --disable-opencl指定時にOpenCL情報を使用してGPU情報を表示しないようにして高速化。
Expand Down
11 changes: 0 additions & 11 deletions QSVPipeline/rgy_input_avcodec.h
Original file line number Diff line number Diff line change
Expand Up @@ -764,17 +764,6 @@ typedef struct AVDemuxer {
RGYQueueMPMP<AVPacket*> qStreamPktL2;
} AVDemuxer;

enum AVCAPTION_STATE {
//エラー
AVCAPTION_ERROR = -3,
AVCAPTION_DISABLED = -2,
AVCAPTION_NOT_TS = -1,
//初期状態
AVCAPTION_UNKNOWN = 0,
//ts処理中
AVCAPTION_IS_TS = 1,
};

class RGYInputAvcodecPrm : public RGYInputPrm {
public:
int inputRetry; //ファイルオープンを再試行する回数
Expand Down

0 comments on commit 683e604

Please sign in to comment.