Changeset a970900a916c2a0da5628f2f1e6bd612d58811a4
- Timestamp:
- 01/29/08 22:45:49
(7 months ago)
- Author:
- Ilkka Ollakka <ileoo@videolan.org>
- git-committer:
- Ilkka Ollakka <ileoo@videolan.org> 1201643149 +0000
- git-parent:
[04c1c21d45ad4fd9195838da2335a349c44acad8]
- git-author:
- Ilkka Ollakka <ileoo@videolan.org> 1201643149 +0000
- Message:
set qmin=3 in ffmpeg encode when bitrate is set and user hasn't defined qmin/qmax self
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r079a181 |
ra970900 |
|
| 503 | 503 | { |
|---|
| 504 | 504 | p_sys->i_qmax = 51; |
|---|
| 505 | | p_sys->i_qmin = 10; |
|---|
| | 505 | p_sys->i_qmin = 3; |
|---|
| 506 | 506 | } |
|---|
| 507 | 507 | |
|---|