Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
8ecf0d45
Kaydet (Commit)
8ecf0d45
authored
Nis 21, 2013
tarafından
Tomaž Vajngerl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add jpegint.h to jpeg module. Fix warning in Exif.
Change-Id: I098ad140d013f1bda057416b2e0622bc038d2a30
üst
2fa3cde1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
ExternalPackage_jpeg.mk
jpeg/ExternalPackage_jpeg.mk
+1
-0
Exif.cxx
vcl/source/filter/jpeg/Exif.cxx
+3
-2
No files found.
jpeg/ExternalPackage_jpeg.mk
Dosyayı görüntüle @
8ecf0d45
...
...
@@ -13,6 +13,7 @@ $(eval $(call gb_ExternalPackage_add_unpacked_files,jpeg_inc,inc/external/jpeg,\
jconfig.h \
jerror.h \
jmorecfg.h \
jpegint.h \
jpeglib.h \
))
...
...
vcl/source/filter/jpeg/Exif.cxx
Dosyayı görüntüle @
8ecf0d45
...
...
@@ -62,7 +62,7 @@ sal_Int32 Exif::getRotation()
case
LEFT_BOTTOM
:
return
900
;
default
:
return
0
;
break
;
}
return
0
;
}
...
...
@@ -93,7 +93,6 @@ bool Exif::write(SvStream& rStream)
bool
Exif
::
processJpeg
(
SvStream
&
rStream
,
bool
bSetValue
)
{
sal_uInt16
aMagic16
;
sal_uInt8
aMarker
;
sal_uInt16
aLength
;
rStream
.
Seek
(
STREAM_SEEK_TO_END
);
...
...
@@ -113,7 +112,9 @@ bool Exif::processJpeg(SvStream& rStream, bool bSetValue)
while
(
true
)
{
sal_uInt8
aMarker
=
0xD9
;
sal_Int32
aCount
;
for
(
aCount
=
0
;
aCount
<
7
;
aCount
++
)
{
rStream
>>
aMarker
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment